home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl1 / examples / text / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  1.1 KB  |  32 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees,
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.  
  8.       ~opengl1/examples/text README
  9.  
  10.             Copyright 1991-1996, Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.  
  16.    text.c - render some text strings using X Window System fonts
  17.  
  18.    fineClip.c - render some text strings using X Window System fonts;  
  19.         Adjust the viewport so that the entire string does not get 
  20.         clipped when the raster position goes outside the window.
  21.  
  22.    text3D.c - demonstrate how to use a perspective projection to draw
  23.         text that is moving within a scene, and also how to draw text 
  24.         that is fixed using an orthographic projection.
  25.  
  26.         Left Mousebutton        - move eye position
  27.         Middle Mousebutton      - change twist angle
  28.         Right Mousebutton       - move up / down to zoom in / out
  29.         <R> Key             - reset view
  30.         Escape Key             - exit the program
  31.  
  32.